Gets parameter value for a given entry.
Get | Entry_GetEntryParameter |
Resource Path: /api/entry/{id}/parameter/get/{name}
Uri: http://doc.jamsscheduler.com/api/entry/{id}/parameter/get/{name}
Name | Description | Data Type |
---|---|---|
id | The JAMS entry for which to get the parameter. | integer |
name | The name of the parameter to return. | string |
The response body is of type EntryParam.
OK
EntryParam
|